Upstream tarball 9556
[amule.git] / MSVC Solution / aMuleCMD / aMuleCMD.vcproj
blob8e38525bc4bb9798e23068c14b9bc296ea3fc1fe
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="aMuleCMD"
6 ProjectGUID="{EC3DE6B0-0C01-4D64-928A-4ADDB09472BA}"
7 RootNamespace="aMuleCMD"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
24 CharacterSet="1"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 AdditionalOptions="/MP"
44 Optimization="0"
45 AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\..\wxWidgets\include&quot;;&quot;$(SolutionDir)\..\..\wxWidgets\lib\vc_lib\mswud&quot;;&quot;$(SolutionDir)\..\src\libs&quot;;&quot;$(SolutionDir)\..\src&quot;;&quot;$(SolutionDir)\..\src\include&quot;;&quot;$(SolutionDir)\..\..\&quot;;&quot;$(SolutionDir)\..\..\wxWidgets\src\zlib&quot;"
46 PreprocessorDefinitions="_DEBUG;_CONSOLE;wxUSE_GUI=0;USE_WX_EXTENSIONS;_CRT_SECURE_NO_WARNINGS;EC_REMOTE;ECSOCKET_USE_EVENTS=0"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 DebugInformationFormat="3"
53 <Tool
54 Name="VCManagedResourceCompilerTool"
56 <Tool
57 Name="VCResourceCompilerTool"
59 <Tool
60 Name="VCPreLinkEventTool"
62 <Tool
63 Name="VCLinkerTool"
64 AdditionalDependencies="ws2_32.lib"
65 LinkIncremental="1"
66 GenerateDebugInformation="true"
67 SubSystem="1"
68 RandomizedBaseAddress="1"
69 DataExecutionPrevention="0"
70 TargetMachine="1"
72 <Tool
73 Name="VCALinkTool"
75 <Tool
76 Name="VCManifestTool"
78 <Tool
79 Name="VCXDCMakeTool"
81 <Tool
82 Name="VCBscMakeTool"
84 <Tool
85 Name="VCFxCopTool"
87 <Tool
88 Name="VCAppVerifierTool"
90 <Tool
91 Name="VCPostBuildEventTool"
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="1"
99 CharacterSet="1"
100 WholeProgramOptimization="1"
102 <Tool
103 Name="VCPreBuildEventTool"
105 <Tool
106 Name="VCCustomBuildTool"
108 <Tool
109 Name="VCXMLDataGeneratorTool"
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
114 <Tool
115 Name="VCMIDLTool"
117 <Tool
118 Name="VCCLCompilerTool"
119 AdditionalOptions="/MP"
120 Optimization="3"
121 AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\..\wxWidgets\include&quot;;&quot;$(SolutionDir)\..\..\wxWidgets\lib\vc_lib\mswu&quot;;&quot;$(SolutionDir)\..\src\libs&quot;;&quot;$(SolutionDir)\..\src&quot;;&quot;$(SolutionDir)\..\src\include&quot;;&quot;$(SolutionDir)\..\..\&quot;;&quot;$(SolutionDir)\..\..\wxWidgets\src\zlib&quot;"
122 PreprocessorDefinitions="_CONSOLE;wxUSE_GUI=0;USE_WX_EXTENSIONS;_CRT_SECURE_NO_WARNINGS;EC_REMOTE;ECSOCKET_USE_EVENTS=0"
123 RuntimeLibrary="0"
124 UsePrecompiledHeader="0"
125 WarningLevel="3"
126 DebugInformationFormat="3"
128 <Tool
129 Name="VCManagedResourceCompilerTool"
131 <Tool
132 Name="VCResourceCompilerTool"
134 <Tool
135 Name="VCPreLinkEventTool"
137 <Tool
138 Name="VCLinkerTool"
139 AdditionalDependencies="ws2_32.lib"
140 LinkIncremental="1"
141 GenerateDebugInformation="true"
142 SubSystem="1"
143 OptimizeReferences="2"
144 EnableCOMDATFolding="2"
145 RandomizedBaseAddress="1"
146 DataExecutionPrevention="0"
147 TargetMachine="1"
149 <Tool
150 Name="VCALinkTool"
152 <Tool
153 Name="VCManifestTool"
155 <Tool
156 Name="VCXDCMakeTool"
158 <Tool
159 Name="VCBscMakeTool"
161 <Tool
162 Name="VCFxCopTool"
164 <Tool
165 Name="VCAppVerifierTool"
167 <Tool
168 Name="VCPostBuildEventTool"
170 </Configuration>
171 </Configurations>
172 <References>
173 </References>
174 <Files>
175 <Filter
176 Name="Source Files"
177 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
178 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
180 <File
181 RelativePath="..\..\src\ExternalConnector.cpp"
183 </File>
184 <File
185 RelativePath="..\..\src\NetworkFunctions.cpp"
187 </File>
188 <File
189 RelativePath="..\..\src\OtherFunctions.cpp"
191 </File>
192 <File
193 RelativePath="..\..\src\TextClient.cpp"
195 </File>
196 </Filter>
197 <Filter
198 Name="Header Files"
199 Filter="h;hpp;hxx;hm;inl;inc;xsd"
200 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
202 <File
203 RelativePath="..\..\src\ExternalConnector.h"
205 </File>
206 <File
207 RelativePath="..\..\src\NetworkFunctions.h"
209 </File>
210 <File
211 RelativePath="..\..\src\OtherFunctions.h"
213 </File>
214 <File
215 RelativePath="..\..\src\TextClient.h"
217 </File>
218 </Filter>
219 <Filter
220 Name="Resource Files"
221 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
222 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
224 </Filter>
225 </Files>
226 <Globals>
227 </Globals>
228 </VisualStudioProject>